home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / ZAP / !Zap / Modules / !ZapMJE / UK / Menus < prev    next >
Text File  |  2002-09-18  |  3KB  |  69 lines

  1. | File generated on Tue Aug 27 18:21:59 2002
  2.  
  3. | Arguments: Menus/src Menus
  4.  
  5. | Number of valid menu handles
  6. 8
  7.  
  8. 0 "C"
  9.     "Match pause"            MJE_PAUSE &10000 > MJE_PAUSE
  10.     * "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
  11.     "Indent"            CLONEBASE "C" > 5
  12.     * "\Rdisplay the indentation options."
  13.     "C++ comments"            MJE_COMMENTSET &10000
  14.     * "\Stoggle whether the comment commands use C or C++ style comments."
  15.     "Smart indenting"        MJE_SMARTINDENTING &10000
  16.     * "\Stoggle whether we use smart or dumb indenting. Dumb is more reliable."
  17.  
  18. 1 "C++"
  19.     "Match pause"            MJE_PAUSE &20000 > MJE_PAUSE
  20.     * "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
  21.     "Indent"            CLONEBASE "C++" > 6
  22.     * "\Rdisplay the indentation options."
  23.     "C comments"            MJE_COMMENTSET &20000
  24.     * "\Stoggle whether the comment commands use C or C++ style comments."
  25.     "Smart indenting"        MJE_SMARTINDENTING &20000
  26.     * "\Stoggle whether we use smart or dumb indenting. Dumb is more reliable."
  27.  
  28. 2 "Java"
  29.     "Match pause"            MJE_PAUSE &30000 > MJE_PAUSE
  30.     * "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
  31.     "Indent"            CLONEBASE "Java" > 7
  32.     * "\Rdisplay the indentation options."
  33.     "C comments"            MJE_COMMENTSET &30000
  34.     * "\Stoggle whether the comment commands use C or C++ style comments."
  35.     "Smart indenting"        MJE_SMARTINDENTING &30000
  36.     * "\Stoggle whether we use smart or dumb indenting. Dumb is more reliable."
  37.     "Colour preprocessor"        MJE_SHOWPREPROSET &30000
  38.     * "\Stoggle whether preprocessor instructions are coloured."
  39.  
  40. 3 "Assembler"
  41.     "Match pause"            MJE_PAUSE &40000 > MJE_PAUSE
  42.     * "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
  43.     "C Strings"            MJE_CSTRINGS &40000
  44.     * "\Stoggle whether C style \-escapes are used inside strings"
  45.  
  46. 4 "Pascal"
  47.     "Match pause"            MJE_PAUSE &50000 > MJE_PAUSE
  48.     * "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
  49.     "{ } comments"            MJE_COMMENTSET
  50.     * "\Stoggle whether the comment commands use (* *) or { } style comments."
  51.  
  52. 5 "Indent"
  53.     "Indent depth"            MJE_INDENT &10000 > MJE_INDENT
  54.     * "\Rset the indentation step size."
  55.     "Ignore comments"        MJE_INDENTCOMMENTSET &10000
  56.     * "\Stoggle whether comments are indented by MJE_REINDENT."
  57.  
  58. 6 "Indent"
  59.     "Indent depth"            MJE_INDENT &20000 > MJE_INDENT
  60.     * "\Rset the indentation step size."
  61.     "Ignore comments"        MJE_INDENTCOMMENTSET &20000
  62.     * "\Stoggle whether comments are indented by MJE_REINDENT."
  63.  
  64. 7 "Indent"
  65.     "Indent depth"            MJE_INDENT &30000 > MJE_INDENT
  66.     * "\Rset the indentation step size."
  67.     "Ignore comments"        MJE_INDENTCOMMENTSET &30000
  68.     * "\Stoggle whether comments are indented by MJE_REINDENT."
  69.